Don't run timers in input-pending-p. Its new check-timers param
authorBarry O'Reilly <gundaetiapo@gmail.com>
Fri, 18 Oct 2013 04:27:34 +0000 (00:27 -0400)
committerBarry O'Reilly <gundaetiapo@gmail.com>
Fri, 18 Oct 2013 04:27:34 +0000 (00:27 -0400)
commit5e37efbfe42fe90ad8d2ad615c65fb9a507c3a89
treeb86534150065133ed7c8967430bfc1947c4da9c6
parent94f2a4e33048abea53603486228752d5c61a273e
Don't run timers in input-pending-p.  Its new check-timers param
provides the prior behavior..
* src/keyboard.c (Finput_pending_p): Accept optional check-timers
param.
* lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
as before.
* test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
allows another timer to run.
etc/NEWS
lisp/ChangeLog
lisp/subr.el
src/ChangeLog
src/keyboard.c
test/ChangeLog
test/automated/timer-tests.el [new file with mode: 0644]